Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v3.1.4 #2709

Merged
merged 14 commits into from
Mar 6, 2024
Merged

v3.1.4 #2709

merged 14 commits into from
Mar 6, 2024

Conversation

wpank
Copy link
Contributor

@wpank wpank commented Mar 6, 2024

  • Fixes setting identities:
    • if the account was a superIdentity, a bug in Polkadot.js caused the identity that is returned to not have any subidentites
    • Subidentities are now explicitly fetched to work around the Polkadot.js bug
    • This should fix issues people might have where their rank isn't set right because their identity didn't recognize subidentities
  • Fixes some Nominator status irregularities:
    • Fixes undefined showing for targets under proxy txs
    • Only updates the status for each nominator of constraints checking (candidate validity and scoring) if they are going to nominate (right now it may show a nominator is checking validity when it won't actually nominate because it has a recent nomination tx or pending proxy txs)
    • Adds score to each nominator listed in the proxy section

wpank and others added 7 commits March 5, 2024 03:02
add tests, update swagger endpoints, use enums
update client check / monitor constants
add client and adjust candidate gateway endpoint
@wpank wpank marked this pull request as ready for review March 6, 2024 14:37
@wpank wpank requested a review from ironoa March 6, 2024 14:37
Adjust Proxy Tx Nominator Status
@wpank wpank merged commit dc5f4c9 into master Mar 6, 2024
12 checks passed
@wpank wpank deleted the will-v3.1.4 branch March 6, 2024 18:02
@ironoa
Copy link
Contributor

ironoa commented Mar 7, 2024

  * if the account was a superIdentity, a bug in Polkadot.js caused the identity that is returned to not have any subidentites

should we open an issue on polkadot.js ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants